GDK W32: Don't move windows into top-left corner on style change
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 6 Apr 2016 10:22:15 +0000 (10:22 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 6 Apr 2016 10:22:15 +0000 (10:22 +0000)
commitadff59843b3cd511557ba5a578d2e75e685b3bed
treed9f3832413681f305a30a29d5099eb2ec88db27d
parentbe6784c7ea59bd18bf2ce954e83870494686967a
GDK W32: Don't move windows into top-left corner on style change

This fixes a bug that was introduced by db1b24233e758200ab9bc23fdb9b64dba4876a00.
The reason why 0:0 coordinates were passed was that SWP_NOREPOSITION was
misinterpreted as SWP_NOMOVE. That is not the case - SWP_NOREPOSITION
prevents owner Z-order change, not the window position change.
gdk/win32/gdkwindow-win32.c